Kotlin JS GitHub Action SDK
/
com.rnett.action.delegates
/
Delegatable
Delegatable
abstract class
Delegatable
(camelToSnake:
Boolean
)
Content copied to clipboard
Functions
Sources
Inheritors
Functions
contains
Link copied to clipboard
open operator fun
contains
(name:
String
):
Boolean
Content copied to clipboard
getOptional
Link copied to clipboard
abstract fun
getOptional
(name:
String
):
String
?
Content copied to clipboard
getOrElse
Link copied to clipboard
fun
getOrElse
(name:
String
, default: () ->
String
):
String
Content copied to clipboard
Get the input passed for
name
, or
default
if it was not passed.
getRequired
Link copied to clipboard
abstract fun
getRequired
(name:
String
):
String
Content copied to clipboard
Inheritors
inputs
Link copied to clipboard
MutableDelegatable
Link copied to clipboard
Sources
js source
Link copied to clipboard